projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85a468
)
(imenu-generic-expression): Autoload the make-variable-buffer-local call.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Mar 1996 15:37:36 +0000
(15:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Mar 1996 15:37:36 +0000
(15:37 +0000)
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index 633c65afaf81171951c3d7d5135007a667366539..166d2e10798cddb291758d5d9d3b3a3e43b89a06 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-146,6
+146,7
@@
For emacs-lisp-mode for example PATTERN would look like:
The variable is buffer-local.")
+;;;###autoload
(make-variable-buffer-local 'imenu-generic-expression)
;;;; Hooks